runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L261: 	mysg.c = c
		chan.go#L288: 	mysg.c = nil
		chan.go#L627: 	mysg.c = c
		chan.go#L655: 	mysg.c = nil
		proc.go#L504: 	if s.c != nil {
		runtime2.go#L396: 	c        *hchan // channel
		select.go#L85: 		if sg.c != lastc && lastc != nil {
		select.go#L94: 		lastc = sg.c
		select.go#L312: 		sg.c = c
		select.go#L356: 		sg1.c = nil
		stack.go#L806: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L825: 		if sg.c != lastc {
		stack.go#L835: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L837: 		lastc = sg.c
		stack.go#L857: 		if sg.c != lastc {
		stack.go#L858: 			unlock(&sg.c.lock)
		stack.go#L860: 		lastc = sg.c